projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a22bb6
)
Improve parameter name
author
Bozhidar Batsov
<bozhidar@batsov.com>
Wed, 20 May 2015 15:50:38 +0000
(18:50 +0300)
committer
Bozhidar Batsov
<bozhidar@batsov.com>
Wed, 20 May 2015 15:50:38 +0000
(18:50 +0300)
lisp/emacs-lisp/subr-x.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/subr-x.el
b/lisp/emacs-lisp/subr-x.el
index dc5b7e9824cb14b3381a7e104e08dd94dbc8582a..e6d451ac62eff01bcf1239e6eb04ec12c0f9b957 100644
(file)
--- a/
lisp/emacs-lisp/subr-x.el
+++ b/
lisp/emacs-lisp/subr-x.el
@@
-140,9
+140,9
@@
to bind a single value, BINDINGS can just be a plain tuple."
(declare (indent 1) (debug if-let))
(list 'if-let bindings (macroexp-progn body)))
-(defsubst hash-table-empty-p (table)
- "Check whether TABLE is empty (has 0 elements)."
- (zerop (hash-table-count table)))
+(defsubst hash-table-empty-p (
hash-
table)
+ "Check whether
HASH-
TABLE is empty (has 0 elements)."
+ (zerop (hash-table-count
hash-
table)))
(defsubst hash-table-keys (hash-table)
"Return a list of keys in HASH-TABLE."